CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 列主元 高斯消元

搜索资源列表

  1. 高斯列主元消去法解线性方程组

    1下载:
  2. 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-Gaussian Elimination is an ancient solving linear equations method, but it's improving, the deformation of the main elements elimination method is commonly used by computer calculation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11884
    • 提供者:轮子
  1. numericalcalculation

    0下载:
  2. 常用数值计算方法(包括最小二乘、龙格—库塔算法、列主元高斯消去法等有效的、常用的数值计算方法)-commonly used numerical methods (including least-squares, the Runge - Kutta algorithm, main-yuan Gaussian Elimination so effective, commonly used numerical method)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:雷骏
  1. Main_Gauss

    0下载:
  2. 本程序实现了列主元高斯消去法,程序层次清晰,界面详细-this program out of the main yuan Gaussian elimination method, procedure levels clear and detailed interface
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1851
    • 提供者:14965a
  1. lzgsxyf

    0下载:
  2. 数值分析中的求解算法 列主元高斯消去法。已经过编译测试-numerical analysis of the algorithm shown in the main yuan Gaussian elimination method. Has been compiled test
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2319
    • 提供者:张薇
  1. Gauss

    0下载:
  2. 列主元高斯消去法 是我学习计算方法A时编写的 完成了列主元高斯消去法实现方程组求解。-out PCA Gaussian elimination is my calculation A study prepared at the completion of the main-element Gauss elimination method to achieve equation Solving Group.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9415
    • 提供者:张从
  1. GUASE

    0下载:
  2. 数值分析列主元高斯消去法-out numerical analysis of the main yuan Gaussian Elimination
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:侃侃
  1. Gauss

    0下载:
  2. 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6592
    • 提供者:周倩
  1. GAUSS1

    0下载:
  2. 列主元高斯消元法,可以求解线性方程组,简单易用-Column pivot Gauss elimination method, can solve linear equations, simple to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:625
    • 提供者:vis
  1. gauss-cPP

    0下载:
  2. 列主元高斯消元法,用C++写的,是PDF文件,但是代码内容是文本形式,可以复制-Out PCA Gaussian elimination with C++ written a PDF file, but the code text form can be copied
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:23143
    • 提供者:韩江
  1. 001

    0下载:
  2. 列主元高斯消元法解线性方程组,其中的系数矩阵和右端向量大家可根据自己的需求更改,程序中已代入相应的具体矩阵-Out PCA Gaussian elimination method for solving linear equations, the coefficient matrix and the right end of the vector can be changed according to their needs, the program has been substituted i
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:798
    • 提供者:yangye
  1. MATLAB

    0下载:
  2. 选列主元高斯消元法 源代码程序 A=[1 1 1 -1 3 1 2 -6 1] b=[6 4 -5] x=gauss2(A,b) 答案;3 2 1-Election column the main Gaussian elimination method source code program A = [1 1 1 -1 3 1 2-6 1] b = [6 4 -5] of x = gauss2 (A, b) the answer 321
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:498709
    • 提供者:chenqiang
  1. Gaussian_elmination

    0下载:
  2. 列主元高斯消元法解线性方程组 用g++编译的-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:19890
    • 提供者:sophie1
  1. Gauss-elimination--

    0下载:
  2. 计算方法中的一种列主元高斯消元法C程序代码-A calculation method out PCA Gaussian elimination method C code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-14
    • 文件大小:975
    • 提供者:laviequev
  1. Gauss-

    0下载:
  2. 列主元高斯消元法解线性方程组,线性方程组在代码中定义-Out PCA Gaussian elimination method for solving linear equations, linear equations defined in the code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:638804
    • 提供者:
  1. Gaussian--and-LU

    0下载:
  2. 计算方法中解线性方程组的列主元高斯消元法及LU分解,由键盘输入系数矩阵A的大小和内容、及矩阵b的内容-Calculation methods listed in the main solution of linear equations Gaussian elimination method and LU decomposition, the coefficient matrix A by the keyboard input size and content, and the content
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1113
    • 提供者:佘洪伟
  1. Gaussian-column-pca-method-

    0下载:
  2. 将矩阵的初等行变换作用于方程组的增广矩阵B  A b ,将其中的A变换成一个上三角矩阵,然后求解这个三角形方程组。列主元高斯消去法的基本思想是每次在系数矩阵A中依次按列在主对角线及以下的元素中,挑选绝对值最大的元素作为主元,将它调至主对角线上,然后用它消去主对角线以下的元素,最后变为同解的上三角形方程组去求解。 -Gaussian column pca method solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:9352
    • 提供者:刘星
  1. Gauss_elimi

    0下载:
  2. 用于列主元高斯消元法求解线性方程组的matlab程序-Matlab procedure for the column PCA Gauss elimination method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:688
    • 提供者:紫宸冰麟
  1. Gauss

    1下载:
  2. 列主元高斯消元法使用java Matrix类实现,包括求逆矩阵-Gauss in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:66003
    • 提供者:吴丹
  1. gauss

    0下载:
  2. 利用matlab编写程序,实现列主元高斯消去法与三角变换法(Gaussian Elimination,triangular decomposition method)
  3. 所属分类:数值算法/人工智能

  1. total gauss

    0下载:
  2. 采用列主元高斯消去法求解线性方程组,可供初级学习参考使用,也可求解较复杂线性方程组。(The column principal element Gaussian elimination method is used to solve the linear equations, which can be used for primary learning reference and can solve the more complex linear equations.)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:筱海子
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com